Gets the element at the specified index in the read-only list.
            
            
            
            
            
            
            
            '宣言
 
Public Overridable ReadOnly Default Property Item( _
   ByVal  As System.Integer _
) As 
             
        
            
            public virtual  this[ 
   System.int 
]; {get;}
             
        
             
        
            パラメータ
- index
 
- The index.
 
            
            プロパティ値
The item at the specified position.